summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:16:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:16:02 -0600
commitca76618006d430d1253cc6cc0a20dc2c6ca666f9 (patch)
tree2040fc1d273d66067b34cc67e97f06c2e2602aa1 /styles
parentde2e00ccad5e4f0ef40e88290954c8ccb7d518a5 (diff)
downloadtdeartwork-ca76618006d430d1253cc6cc0a20dc2c6ca666f9.tar.gz
tdeartwork-ca76618006d430d1253cc6cc0a20dc2c6ca666f9.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'styles')
-rw-r--r--styles/dotnet/dotnet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/dotnet/dotnet.cpp b/styles/dotnet/dotnet.cpp
index 88ac440d..49e51e39 100644
--- a/styles/dotnet/dotnet.cpp
+++ b/styles/dotnet/dotnet.cpp
@@ -84,7 +84,7 @@ dotNETstyle::dotNETstyle() : KStyle( AllowMenuTransparency ), kickerMode(false)
winstyle = TQStyleFactory::create("B3");
}
- if (tqApp->inherits("KApplication")) {
+ if (tqApp->inherits("TDEApplication")) {
connect( tqApp, TQT_SIGNAL( kdisplayPaletteChanged() ), TQT_SLOT( paletteChanged() ));
}