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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kanagram/src/newstuff.cpp b/kanagram/src/newstuff.cpp
index 7293775d..c17cbea2 100644
--- a/kanagram/src/newstuff.cpp
+++ b/kanagram/src/newstuff.cpp
@@ -13,7 +13,7 @@
NewStuff::NewStuff(TQWidget *parent) : NewStuffWidget(parent)
{
- connect(btnGetNew, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotGetNewVocabs()));
+ connect(btnGetNew, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotGetNewVocabs()));
}
NewStuff::~NewStuff()