summaryrefslogtreecommitdiffstats
path: root/kate/part/katedocumenthelpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kate/part/katedocumenthelpers.cpp')
-rw-r--r--kate/part/katedocumenthelpers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/part/katedocumenthelpers.cpp b/kate/part/katedocumenthelpers.cpp
index 9055e7ec3..370be7684 100644
--- a/kate/part/katedocumenthelpers.cpp
+++ b/kate/part/katedocumenthelpers.cpp
@@ -31,8 +31,8 @@ KateBrowserExtension::KateBrowserExtension( KateDocument* doc )
: KParts::BrowserExtension( doc, "katepartbrowserextension" ),
m_doc (doc)
{
- connect( doc, SIGNAL( selectionChanged() ),
- this, SLOT( slotSelectionChanged() ) );
+ connect( doc, TQT_SIGNAL( selectionChanged() ),
+ this, TQT_SLOT( slotSelectionChanged() ) );
emit enableAction( "print", true );
}