diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:31 -0600 |
commit | bd11bce76f195adf4f3806cef8cf2e0737c99ff2 (patch) | |
tree | e3c1714d74f67cc51cd04162cd4afa927dd7f7d4 /kregexpeditor/KMultiFormListBox | |
parent | 2d7591be424ae10d974d01e0e2f781d19ef07cd6 (diff) | |
download | tdeutils-bd11bce76f195adf4f3806cef8cf2e0737c99ff2.tar.gz tdeutils-bd11bce76f195adf4f3806cef8cf2e0737c99ff2.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kregexpeditor/KMultiFormListBox')
-rw-r--r-- | kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h | 2 | ||||
-rw-r--r-- | kregexpeditor/KMultiFormListBox/widgetwindow.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h index 9e7c38d..2b3a555 100644 --- a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h +++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h @@ -22,7 +22,7 @@ #include "compat.h" #include <tqlistbox.h> #else - #include <klistbox.h> + #include <tdelistbox.h> #endif #include "tdemultiformlistboxfactory.h" diff --git a/kregexpeditor/KMultiFormListBox/widgetwindow.h b/kregexpeditor/KMultiFormListBox/widgetwindow.h index e8998ec..5fc68f9 100644 --- a/kregexpeditor/KMultiFormListBox/widgetwindow.h +++ b/kregexpeditor/KMultiFormListBox/widgetwindow.h @@ -23,7 +23,7 @@ #include <tqlistbox.h> #else #include <kdialogbase.h> - #include <klistbox.h> + #include <tdelistbox.h> #endif #include "tdemultiformlistbox-windowed.h" |