diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:26:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:26:17 -0600 |
commit | 9a50c02917653c06b3a3e7e506a45f630359b53d (patch) | |
tree | 51383adda778337e9b4eaae10e6da03a48c86ab1 /src | |
parent | 28332eec992596055b7fa89b931f4674b6f45be8 (diff) | |
download | potracegui-9a50c02917653c06b3a3e7e506a45f630359b53d.tar.gz potracegui-9a50c02917653c06b3a3e7e506a45f630359b53d.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/potracegui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/potracegui.cpp b/src/potracegui.cpp index 815bbb7..cff5df2 100644 --- a/src/potracegui.cpp +++ b/src/potracegui.cpp @@ -130,7 +130,7 @@ void potracegui::configureTB() void potracegui::NewTBConfig() { createGUI(); - saveMainWindowSettings(KGlobal::config()); + saveMainWindowSettings(TDEGlobal::config()); } void potracegui::changeStatusbar(TQString message) |