|
|
|
@ -65,10 +65,10 @@ void NotifierContainer::handleGTTDEMain() {
|
|
|
|
|
|
|
|
|
|
void NotifierContainer::displayMessage(TQString title, TQString message, TQString icon, int x, int y) {
|
|
|
|
|
TQPixmap px;
|
|
|
|
|
KIconLoader* il = TDEGlobal::iconLoader();
|
|
|
|
|
px = il->loadIcon( icon, KIcon::NoGroup );
|
|
|
|
|
TDEIconLoader* il = TDEGlobal::iconLoader();
|
|
|
|
|
px = il->loadIcon( icon, TDEIcon::NoGroup );
|
|
|
|
|
// if (px.isNull()) {
|
|
|
|
|
// px = il->loadIcon( "gnome_apps", KIcon::NoGroup );
|
|
|
|
|
// px = il->loadIcon( "gnome_apps", TDEIcon::NoGroup );
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
KPassivePopup *pop = new KPassivePopup( KPassivePopup::Boxed, this, "" );
|
|
|
|
|