summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/meanwhile/meanwhileplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/meanwhile/meanwhileplugin.cpp')
-rw-r--r--kopete/protocols/meanwhile/meanwhileplugin.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/meanwhile/meanwhileplugin.cpp b/kopete/protocols/meanwhile/meanwhileplugin.cpp
index d8f617cb..4ee995dd 100644
--- a/kopete/protocols/meanwhile/meanwhileplugin.cpp
+++ b/kopete/protocols/meanwhile/meanwhileplugin.cpp
@@ -14,12 +14,12 @@
* *
*************************************************************************
*/
-#include <qwidget.h>
-#include <qlineedit.h>
+#include <tqwidget.h>
+#include <tqlineedit.h>
#include "meanwhileplugin.h"
-void MeanwhilePlugin::getMeanwhileId(QWidget * /*parent*/,
- QLineEdit * /*fillThis*/)
+void MeanwhilePlugin::getMeanwhileId(TQWidget * /*parent*/,
+ TQLineEdit * /*fillThis*/)
{
}
@@ -28,7 +28,7 @@ bool MeanwhilePlugin::canProvideMeanwhileId()
return false;
}
-void MeanwhilePlugin::showUserInfo(const QString &/*userid*/)
+void MeanwhilePlugin::showUserInfo(const TQString &/*userid*/)
{
}