summaryrefslogtreecommitdiffstats
path: root/src/configdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:51:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:51:43 -0600
commit389eafdbc58b29246500ba26fea7a361e709b2bb (patch)
treec95384356b798fe2b140a6cd82b22923d20dee06 /src/configdialog.cpp
parent0fde6f4f75a47dd290b9168c1984eec10afd1c84 (diff)
downloadsoundkonverter-389eafdbc58b29246500ba26fea7a361e709b2bb.tar.gz
soundkonverter-389eafdbc58b29246500ba26fea7a361e709b2bb.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/configdialog.cpp')
-rwxr-xr-xsrc/configdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configdialog.cpp b/src/configdialog.cpp
index 0d539dd..bef4eda 100755
--- a/src/configdialog.cpp
+++ b/src/configdialog.cpp
@@ -22,7 +22,7 @@
*/
//#include <tdeconfig.h>
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kpushbutton.h>
ConfigDialog::ConfigDialog( Config* _config, TQWidget *parent, const char *name, Page startPage )