diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:21:33 -0600 |
commit | 5b28c57424294aa30218a9c11cd6ed1a929409b6 (patch) | |
tree | aaa8c9380d183dfa87857abd34b3ef42bb0de1b5 /arts/gui/kde/tdepopupbox_impl.cpp | |
parent | 120dff5f18d13aab7d2731de84e64c898728dc60 (diff) | |
download | tdemultimedia-5b28c57424294aa30218a9c11cd6ed1a929409b6.tar.gz tdemultimedia-5b28c57424294aa30218a9c11cd6ed1a929409b6.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'arts/gui/kde/tdepopupbox_impl.cpp')
-rw-r--r-- | arts/gui/kde/tdepopupbox_impl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arts/gui/kde/tdepopupbox_impl.cpp b/arts/gui/kde/tdepopupbox_impl.cpp index a4ac6fa2..2e8803df 100644 --- a/arts/gui/kde/tdepopupbox_impl.cpp +++ b/arts/gui/kde/tdepopupbox_impl.cpp @@ -19,8 +19,8 @@ */ -#include "kpopupbox_impl.h" -#include "kpopupbox_private.h" +#include "tdepopupbox_impl.h" +#include "tdepopupbox_private.h" #include <tqlayout.h> @@ -128,7 +128,7 @@ void TDEPopupBox_widget::name( std::string n ) { REGISTER_IMPLEMENTATION( TDEPopupBox_impl ); -#include "kpopupbox_private.moc" +#include "tdepopupbox_private.moc" // vim: sw=4 ts=4 |