summaryrefslogtreecommitdiffstats
path: root/kviewshell/tableOfContents.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/tableOfContents.cpp')
-rw-r--r--kviewshell/tableOfContents.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/tableOfContents.cpp b/kviewshell/tableOfContents.cpp
index 82862d14..e5e54598 100644
--- a/kviewshell/tableOfContents.cpp
+++ b/kviewshell/tableOfContents.cpp
@@ -55,7 +55,7 @@ TableOfContents::TableOfContents(TQWidget* parent)
readSettings();
- connect(this, TQT_SIGNAL(executed(TQListViewItem*)), this, TQT_SLOT(itemClicked(TQListViewItem*)));
+ connect(this, TQ_SIGNAL(executed(TQListViewItem*)), this, TQ_SLOT(itemClicked(TQListViewItem*)));
}
TableOfContents::~TableOfContents()