diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:20:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:20:01 -0600 |
commit | 69f1eaa31f6b96de636583c19d283f4e657d5c40 (patch) | |
tree | 02370f7430cfbfd3fe35250bede9bd07651aac9d /src/kbfxspinx.cpp | |
parent | 5fb97907dcc15645d95f5ad0a987cd4f5e52a68f (diff) | |
download | kbfx-69f1eaa31f6b96de636583c19d283f4e657d5c40.tar.gz kbfx-69f1eaa31f6b96de636583c19d283f4e657d5c40.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/kbfxspinx.cpp')
-rw-r--r-- | src/kbfxspinx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinx.cpp b/src/kbfxspinx.cpp index 3e7359f..43cef05 100644 --- a/src/kbfxspinx.cpp +++ b/src/kbfxspinx.cpp @@ -317,7 +317,7 @@ extern "C" { KPanelApplet* init ( TQWidget *parent, const TQString& configFile ) { - KGlobal::locale()->insertCatalogue ( "KbfxSpinx" ); + TDEGlobal::locale()->insertCatalogue ( "KbfxSpinx" ); return new KbfxSpinx ( configFile, KPanelApplet::Normal, KPanelApplet::About | KPanelApplet::Help | KPanelApplet::Preferences, parent, "KbfxSpinx" ); |