diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:21:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:21:04 -0600 |
commit | d1e0cc99a202cef3306b90b8839a6726e89f201e (patch) | |
tree | a0d01a91644fd94aa6da5d8944e052b67461faad /tdeui/tests/tdetoolbarlabelactiontest.cpp | |
parent | 3e3559f2d4f4c4ffa3caa0374928c8a12be29bf3 (diff) | |
download | tdelibs-d1e0cc99a202cef3306b90b8839a6726e89f201e.tar.gz tdelibs-d1e0cc99a202cef3306b90b8839a6726e89f201e.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tdeui/tests/tdetoolbarlabelactiontest.cpp')
-rw-r--r-- | tdeui/tests/tdetoolbarlabelactiontest.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeui/tests/tdetoolbarlabelactiontest.cpp b/tdeui/tests/tdetoolbarlabelactiontest.cpp index 9596e9d32..ae12e56d8 100644 --- a/tdeui/tests/tdetoolbarlabelactiontest.cpp +++ b/tdeui/tests/tdetoolbarlabelactiontest.cpp @@ -19,11 +19,11 @@ #include <tqguardedptr.h> #include <kapplication.h> -#include <kmainwindow.h> +#include <tdemainwindow.h> #include <klineedit.h> -#include <klistview.h> +#include <tdelistview.h> #include <kstandarddirs.h> -#include <ktoolbarlabelaction.h> +#include <tdetoolbarlabelaction.h> #include <ksqueezedtextlabel.h> #include <kdebug.h> #include <tqvbox.h> @@ -78,13 +78,13 @@ public: // customLabel->setText("&test me again some time soon"); - createGUI("ktoolbarlabelactiontestui.rc"); + createGUI("tdetoolbarlabelactiontestui.rc"); } }; int main( int argc, char **argv ) { - TDEApplication app( argc, argv, "ktoolbarlabelactiontest" ); + TDEApplication app( argc, argv, "tdetoolbarlabelactiontest" ); TDEGlobal::instance()->dirs()->addResourceDir("data", "."); |