summaryrefslogtreecommitdiffstats
path: root/kanagram/src/newstuff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kanagram/src/newstuff.cpp')
-rw-r--r--kanagram/src/newstuff.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kanagram/src/newstuff.cpp b/kanagram/src/newstuff.cpp
index 19c28272..7c72f938 100644
--- a/kanagram/src/newstuff.cpp
+++ b/kanagram/src/newstuff.cpp
@@ -1,7 +1,7 @@
#include "newstuff.h"
-#include <qwidget.h>
-#include <qpushbutton.h>
+#include <tqwidget.h>
+#include <tqpushbutton.h>
#include <kdebug.h>
#include <knewstuff/downloaddialog.h>
@@ -11,9 +11,9 @@
#include "kanagramsettings.h"
#include "newstuffdialog.h"
-NewStuff::NewStuff(QWidget *parent) : NewStuffWidget(parent)
+NewStuff::NewStuff(TQWidget *parent) : NewStuffWidget(parent)
{
- connect(btnGetNew, SIGNAL(clicked()), this, SLOT(slotGetNewVocabs()));
+ connect(btnGetNew, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotGetNewVocabs()));
}
NewStuff::~NewStuff()