summaryrefslogtreecommitdiffstats
path: root/twin-styles/kde1/kde1client.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-11 10:46:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-11 10:46:02 +0900
commit64efc076184547c5d23863fb027dd3a01d552f19 (patch)
treecbce71b757decf6ecf1b8cb324cedcaf0ec8a011 /twin-styles/kde1/kde1client.h
parent10f6b171a83061ddb1feb22d148fc956eb7fe6a4 (diff)
downloadtdeartwork-64efc076184547c5d23863fb027dd3a01d552f19.tar.gz
tdeartwork-64efc076184547c5d23863fb027dd3a01d552f19.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin-styles/kde1/kde1client.h')
-rw-r--r--twin-styles/kde1/kde1client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/kde1/kde1client.h b/twin-styles/kde1/kde1client.h
index 407c3993..be0a8bfa 100644
--- a/twin-styles/kde1/kde1client.h
+++ b/twin-styles/kde1/kde1client.h
@@ -110,7 +110,7 @@ public:
ThreeButtonButton ( TQWidget *parent = 0, const char* name = 0 )
: TQToolButton( parent, name )
{
- connect( this, TQT_SIGNAL( clicked() ), this, TQT_SLOT( handleClicked() ) );
+ connect( this, TQ_SIGNAL( clicked() ), this, TQ_SLOT( handleClicked() ) );
setCursor( arrowCursor );
}
~ThreeButtonButton () {}