diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:24:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:24:37 -0600 |
commit | cf989dcd69444c456d60c0eedbc3d5588d653681 (patch) | |
tree | c9177c5aa7712f1a51ad6d4571d84591d247b515 /lib/plugin.cc | |
parent | 7443f5c7a2870116707ac47da4986231a1d927a9 (diff) | |
download | kpilot-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.cc | 4 |
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); |