summaryrefslogtreecommitdiffstats
path: root/src/app/bookmarkdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/bookmarkdialog.cpp')
-rw-r--r--src/app/bookmarkdialog.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/app/bookmarkdialog.cpp b/src/app/bookmarkdialog.cpp
index d64793f..a644862 100644
--- a/src/app/bookmarkdialog.cpp
+++ b/src/app/bookmarkdialog.cpp
@@ -50,17 +50,17 @@ BookmarkDialog::BookmarkDialog(TQWidget* parent, BookmarkDialog::Mode mode)
d->mContent->mUrl->setMode(KFile::Directory);
d->mContent->mIcon->setIcon("folder");
- connect(d->mContent->mTitle,TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(updateOk()));
- connect(d->mContent->mIcon,TQT_SIGNAL(iconChanged(TQString)),
- this, TQT_SLOT(updateOk()));
+ connect(d->mContent->mTitle,TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(updateOk()));
+ connect(d->mContent->mIcon,TQ_SIGNAL(iconChanged(TQString)),
+ this, TQ_SLOT(updateOk()));
if (mode==BOOKMARK_GROUP) {
d->mContent->mUrlLabel->hide();
d->mContent->mUrl->hide();
} else {
- connect(d->mContent->mUrl,TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(updateOk()));
+ connect(d->mContent->mUrl,TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(updateOk()));
}
switch (mode) {