summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/dotnet/dotnet.cpp2
-rw-r--r--styles/phase/config/phasestyleconfig.cpp8
2 files changed, 5 insertions, 5 deletions
diff --git a/styles/dotnet/dotnet.cpp b/styles/dotnet/dotnet.cpp
index 089170b4..e939cfc2 100644
--- a/styles/dotnet/dotnet.cpp
+++ b/styles/dotnet/dotnet.cpp
@@ -85,7 +85,7 @@ dotNETstyle::dotNETstyle() : TDEStyle( AllowMenuTransparency ), kickerMode(false
}
if (tqApp->inherits("TDEApplication")) {
- connect( tqApp, TQT_SIGNAL( tdedisplayPaletteChanged() ), TQT_SLOT( paletteChanged() ));
+ connect( tqApp, TQ_SIGNAL( tdedisplayPaletteChanged() ), TQ_SLOT( paletteChanged() ));
}
TQSettings settings;
diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp
index df48f9e3..4a3b7bcd 100644
--- a/styles/phase/config/phasestyleconfig.cpp
+++ b/styles/phase/config/phasestyleconfig.cpp
@@ -39,10 +39,10 @@ PhaseStyleConfig::PhaseStyleConfig(TQWidget* parent) : StyleDialog(parent)
highlights->setChecked(oldhighlights);
// connections
- connect(gradients, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(updateChanged()));
- connect(highlights, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(updateChanged()));
+ connect(gradients, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(updateChanged()));
+ connect(highlights, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(updateChanged()));
}
//////////////////////////////////////////////////////////////////////////////