summaryrefslogtreecommitdiffstats
path: root/twin-styles/icewm/config/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/icewm/config/config.cpp')
-rw-r--r--twin-styles/icewm/config/config.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/twin-styles/icewm/config/config.cpp b/twin-styles/icewm/config/config.cpp
index 88905c80..3b6b77a6 100644
--- a/twin-styles/icewm/config/config.cpp
+++ b/twin-styles/icewm/config/config.cpp
@@ -112,20 +112,20 @@ IceWMConfig::IceWMConfig( TDEConfig* conf, TQWidget* parent )
load( conf );
// Ensure we track user changes properly
- connect( themeListBox, TQT_SIGNAL(selectionChanged()),
- this, TQT_SLOT(slotSelectionChanged()) );
+ connect( themeListBox, TQ_SIGNAL(selectionChanged()),
+ this, TQ_SLOT(slotSelectionChanged()) );
- connect( urlLabel, TQT_SIGNAL(leftClickedURL(const TQString&)),
- this, TQT_SLOT(callURL(const TQString&)));
+ connect( urlLabel, TQ_SIGNAL(leftClickedURL(const TQString&)),
+ this, TQ_SLOT(callURL(const TQString&)));
- connect( cbThemeTitleTextColors, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotSelectionChanged()) );
+ connect( cbThemeTitleTextColors, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotSelectionChanged()) );
- connect( cbTitleBarOnTop, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotSelectionChanged()) );
+ connect( cbTitleBarOnTop, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotSelectionChanged()) );
- connect( cbShowMenuButtonIcon, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotSelectionChanged()) );
+ connect( cbShowMenuButtonIcon, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotSelectionChanged()) );
// Create the theme directory (if not found) ... and obtain the path as we do so.
localThemeString = TDEGlobal::dirs()->saveLocation("data", "twin");
@@ -135,9 +135,9 @@ IceWMConfig::IceWMConfig( TDEConfig* conf, TQWidget* parent )
// Watch the icewm theme directory for theme additions/removals
KDirWatch::self()->addDir(localThemeString);
- connect( KDirWatch::self(), TQT_SIGNAL(dirty(const TQString&)), this, TQT_SLOT(findIceWMThemes()) );
- connect( KDirWatch::self(), TQT_SIGNAL(created(const TQString&)), this, TQT_SLOT(findIceWMThemes()) );
- connect( KDirWatch::self(), TQT_SIGNAL(deleted(const TQString&)), this, TQT_SLOT(findIceWMThemes()) );
+ connect( KDirWatch::self(), TQ_SIGNAL(dirty(const TQString&)), this, TQ_SLOT(findIceWMThemes()) );
+ connect( KDirWatch::self(), TQ_SIGNAL(created(const TQString&)), this, TQ_SLOT(findIceWMThemes()) );
+ connect( KDirWatch::self(), TQ_SIGNAL(deleted(const TQString&)), this, TQ_SLOT(findIceWMThemes()) );
// Set the konqui link url
TQString urlThemeString = TQString("file://") + localThemeString;