summaryrefslogtreecommitdiffstats
path: root/src/urlbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbutton.cpp')
-rw-r--r--src/urlbutton.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/urlbutton.cpp b/src/urlbutton.cpp
index 6031048..977c4d1 100644
--- a/src/urlbutton.cpp
+++ b/src/urlbutton.cpp
@@ -41,9 +41,9 @@ URLButton::URLButton(URLNavigator* parent)
setSizePolicy(TQSizePolicy::Maximum, TQSizePolicy::Fixed);
setMinimumHeight(parent->minimumHeight());
- connect(this, TQT_SIGNAL(clicked()), parent, TQT_SLOT(slotRequestActivation()));
- connect(&Dolphin::mainWin(), TQT_SIGNAL(activeViewChanged()),
- this, TQT_SLOT(update()));
+ connect(this, TQ_SIGNAL(clicked()), parent, TQ_SLOT(slotRequestActivation()));
+ connect(&Dolphin::mainWin(), TQ_SIGNAL(activeViewChanged()),
+ this, TQ_SLOT(update()));
}
URLButton::~URLButton()