summaryrefslogtreecommitdiffstats
path: root/src/app/configdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/configdialog.cpp')
-rw-r--r--src/app/configdialog.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/app/configdialog.cpp b/src/app/configdialog.cpp
index 887d6fe..6b2e0a4 100644
--- a/src/app/configdialog.cpp
+++ b/src/app/configdialog.cpp
@@ -161,10 +161,10 @@ ConfigDialog::ConfigDialog(TQWidget* parent, KIPI::PluginLoader* pluginLoader)
d->mImageListPage->mShowFileSize->setChecked(details & FileThumbnailView::FILESIZE);
d->mImageListPage->mShowImageSize->setChecked(details & FileThumbnailView::IMAGESIZE);
- connect(d->mImageListPage->mCalculateCacheSize,TQT_SIGNAL(clicked()),
- this,TQT_SLOT(calculateCacheSize()));
- connect(d->mImageListPage->mEmptyCache,TQT_SIGNAL(clicked()),
- this,TQT_SLOT(emptyCache()));
+ connect(d->mImageListPage->mCalculateCacheSize,TQ_SIGNAL(clicked()),
+ this,TQ_SLOT(calculateCacheSize()));
+ connect(d->mImageListPage->mEmptyCache,TQ_SIGNAL(clicked()),
+ this,TQ_SLOT(emptyCache()));
// Image View tab
d->mImageViewPage->mMouseWheelGroup->setButton(ImageViewConfig::mouseWheelScroll()?1:0);
@@ -172,7 +172,7 @@ ConfigDialog::ConfigDialog(TQWidget* parent, KIPI::PluginLoader* pluginLoader)
// Full Screen tab
TQTextEdit* edit=d->mFullScreenPage->kcfg_osdFormat;
edit->setMaximumHeight(edit->fontMetrics().height()*3);
- connect(edit, TQT_SIGNAL(textChanged()), TQT_SLOT(updateOSDPreview()) );
+ connect(edit, TQ_SIGNAL(textChanged()), TQ_SLOT(updateOSDPreview()) );
// File Operations tab
d->mFileOperationsPage->kcfg_destDir->fileDialog()->setMode(