summaryrefslogtreecommitdiffstats
path: root/lib/plugin.cc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:24:37 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:24:37 -0600
commitcf989dcd69444c456d60c0eedbc3d5588d653681 (patch)
treec9177c5aa7712f1a51ad6d4571d84591d247b515 /lib/plugin.cc
parent7443f5c7a2870116707ac47da4986231a1d927a9 (diff)
downloadkpilot-cf989dcd69444c456d60c0eedbc3d5588d653681.tar.gz
kpilot-cf989dcd69444c456d60c0eedbc3d5588d653681.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'lib/plugin.cc')
-rw-r--r--lib/plugin.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugin.cc b/lib/plugin.cc
index 0e61b32..baabc9c 100644
--- a/lib/plugin.cc
+++ b/lib/plugin.cc
@@ -116,8 +116,8 @@ TQWidget *ConduitConfigBase::aboutPage(TQWidget *parent, TDEAboutData *ad)
TQString s;
TQLabel *text;
- KIconLoader *l = KGlobal::iconLoader();
- const TDEAboutData *p = ad ? ad : KGlobal::instance()->aboutData();
+ KIconLoader *l = TDEGlobal::iconLoader();
+ const TDEAboutData *p = ad ? ad : TDEGlobal::instance()->aboutData();
TQGridLayout *grid = new TQGridLayout(w, 5, 4, SPACING);