summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/kopeteapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/kopeteapplication.h')
-rw-r--r--kopete/kopete/kopeteapplication.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/kopete/kopeteapplication.h b/kopete/kopete/kopeteapplication.h
index 9634adca..d9264031 100644
--- a/kopete/kopete/kopeteapplication.h
+++ b/kopete/kopete/kopeteapplication.h
@@ -24,7 +24,7 @@
#include <config.h>
#endif
-#include <qguardedptr.h>
+#include <tqguardedptr.h>
#include <kuniqueapplication.h>
@@ -79,10 +79,10 @@ private slots:
private:
// The main window might get deleted behind our back (W_DestructiveClose),
// so use a guarded pointer
- QGuardedPtr<KopeteWindow> m_mainWindow;
+ TQGuardedPtr<KopeteWindow> m_mainWindow;
bool m_isShuttingDown;
Kopete::MimeTypeHandler *m_emoticonHandler;
- QMimeSourceFactory *m_mimeFactory;
+ TQMimeSourceFactory *m_mimeFactory;
private:
void handleURLArgs();