diff options
Diffstat (limited to 'khexedit/lib/khexedit.cpp')
-rw-r--r-- | khexedit/lib/khexedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/khexedit.cpp b/khexedit/lib/khexedit.cpp index edba5d7..4873fa3 100644 --- a/khexedit/lib/khexedit.cpp +++ b/khexedit/lib/khexedit.cpp @@ -30,7 +30,7 @@ #include <tqapplication.h> // kde specific #ifndef TQT_ONLY -#include <kglobalsettings.h> +#include <tdeglobalsettings.h> #endif // lib specific #include "kdatabuffer.h" |