diff options
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/kapplication.cpp | 2 | ||||
-rw-r--r-- | tdecore/kapplication.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kapplication.cpp b/tdecore/kapplication.cpp index 968664bad..57f3a3811 100644 --- a/tdecore/kapplication.cpp +++ b/tdecore/kapplication.cpp @@ -2277,7 +2277,7 @@ void TDEApplication::applyGUIStyle() if ( !useStyles ) return; TDEConfigGroup pConfig (TDEGlobal::config(), "General"); - TQString defaultStyle = KStyle::defaultStyle(); + TQString defaultStyle = TDEStyle::defaultStyle(); TQString styleStr = pConfig.readEntry("widgetStyle", defaultStyle); if (d->overrideStyle.isEmpty()) { diff --git a/tdecore/kapplication.h b/tdecore/kapplication.h index 4b29dd94c..93092e53e 100644 --- a/tdecore/kapplication.h +++ b/tdecore/kapplication.h @@ -45,7 +45,7 @@ struct _IceConn; class TQPopupMenu; class TQStrList; class KSessionManaged; -class KStyle; +class TDEStyle; class KURL; #define kapp TDEApplication::kApplication() @@ -872,7 +872,7 @@ public: /** * @deprecated */ - KDE_DEPRECATED KStyle* kstyle() const { return 0; } + KDE_DEPRECATED TDEStyle* kstyle() const { return 0; } /** * Builds a caption that contains the application name along with the |