summaryrefslogtreecommitdiffstats
path: root/tdenewstuff/knewstuffbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdenewstuff/knewstuffbutton.cpp')
-rw-r--r--tdenewstuff/knewstuffbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdenewstuff/knewstuffbutton.cpp b/tdenewstuff/knewstuffbutton.cpp
index 3baa83397..529573547 100644
--- a/tdenewstuff/knewstuffbutton.cpp
+++ b/tdenewstuff/knewstuffbutton.cpp
@@ -53,7 +53,7 @@ Button::Button(TQWidget* parent, const char* name)
void Button::init()
{
setIconSet(SmallIconSet("knewstuff"));
- connect(this, TQT_SIGNAL(clicked()), TQT_SLOT(showDialog()));
+ connect(this, TQ_SIGNAL(clicked()), TQ_SLOT(showDialog()));
}
void Button::setButtonText(const TQString& what)