summaryrefslogtreecommitdiffstats
path: root/apps/ktupnptest/upnptestapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktupnptest/upnptestapp.h')
-rw-r--r--apps/ktupnptest/upnptestapp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/ktupnptest/upnptestapp.h b/apps/ktupnptest/upnptestapp.h
index 6554687..c98facf 100644
--- a/apps/ktupnptest/upnptestapp.h
+++ b/apps/ktupnptest/upnptestapp.h
@@ -38,11 +38,12 @@ using kt::UPnPRouter;
class UPnPTestApp : public KMainWindow, public kt::LogMonitorInterface
{
Q_OBJECT
+ TQ_OBJECT
public:
- UPnPTestApp(QWidget *parent = 0, const char *name = 0);
+ UPnPTestApp(TQWidget *tqparent = 0, const char *name = 0);
virtual ~UPnPTestApp();
- virtual void message(const QString& line, unsigned int arg);
+ virtual void message(const TQString& line, unsigned int arg);
bool queryExit();
private slots: