diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:14:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:14:17 -0600 |
commit | 50b2bf536162a595896d2c25b45bc73193f4cabb (patch) | |
tree | 5f1d2886fdee88567f5b1f27614ea74a80b2a128 /src/configuredialog.cpp | |
parent | 0ea447b797dbc97f06ac4035147df34a12a54017 (diff) | |
download | tdepowersave-50b2bf536162a595896d2c25b45bc73193f4cabb.tar.gz tdepowersave-50b2bf536162a595896d2c25b45bc73193f4cabb.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/configuredialog.cpp')
-rw-r--r-- | src/configuredialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuredialog.cpp b/src/configuredialog.cpp index 84609a8..80c0226 100644 --- a/src/configuredialog.cpp +++ b/src/configuredialog.cpp @@ -32,7 +32,7 @@ #include <klocale.h> #include <kmessagebox.h> #include <kinputdialog.h> - #include <kaccelmanager.h> + #include <tdeaccelmanager.h> // QT - Headers #include <tqcheckbox.h> |