diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:11:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:11:12 -0600 |
commit | c0c309cc7cedacb98a1b17d46feb58736b9c40ba (patch) | |
tree | 92061e0a4c2307d42d57a018a0a1e3d8855c17f2 /src/configdlg.cpp | |
parent | fb3e288d4644ae045680f2613c593a5d285bd21e (diff) | |
download | kerberostray-c0c309cc7cedacb98a1b17d46feb58736b9c40ba.tar.gz kerberostray-c0c309cc7cedacb98a1b17d46feb58736b9c40ba.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/configdlg.cpp')
-rw-r--r-- | src/configdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configdlg.cpp b/src/configdlg.cpp index 34ad7d5..ad4d3aa 100644 --- a/src/configdlg.cpp +++ b/src/configdlg.cpp @@ -22,7 +22,7 @@ #include <klineedit.h> #include <ktextedit.h> #include <knuminput.h> -#include <kactionselector.h> +#include <tdeactionselector.h> #include <tqlistbox.h> #include <kpushbutton.h> #include <tqpixmap.h> |