From ca76618006d430d1253cc6cc0a20dc2c6ca666f9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:16:02 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- styles/dotnet/dotnet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles/dotnet/dotnet.cpp') 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() )); } -- cgit v1.2.1