diff options
Diffstat (limited to 'certmanager/kwatchgnupg/tray.cpp')
-rw-r--r-- | certmanager/kwatchgnupg/tray.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/kwatchgnupg/tray.cpp b/certmanager/kwatchgnupg/tray.cpp index 62024b14a..c58f1b123 100644 --- a/certmanager/kwatchgnupg/tray.cpp +++ b/certmanager/kwatchgnupg/tray.cpp @@ -37,7 +37,7 @@ #include <klocale.h> #include <kglobal.h> #include <kiconloader.h> -#include <qtooltip.h> +#include <tqtooltip.h> KWatchGnuPGTray::KWatchGnuPGTray( KWatchGnuPGMainWindow* mainwin ) : KSystemTray( mainwin, "KWatchGnuPG Tray Window" ) @@ -50,7 +50,7 @@ KWatchGnuPGTray::KWatchGnuPGTray( KWatchGnuPGMainWindow* mainwin ) mAttentionPix = loadIcon("kwatchgnupg2"); setPixmap( mNormalPix ); - QToolTip::add( this, i18n("KWatchGnuPG Log Viewer") ); + TQToolTip::add( this, i18n("KWatchGnuPG Log Viewer") ); } KWatchGnuPGTray::~KWatchGnuPGTray() |