diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:36:33 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:36:33 -0500 |
commit | c8388916e47a7fdf453c5c83339c362bb016d140 (patch) | |
tree | 9b5ec7ce2a39bc1ac3022f512f896868285e1547 /buildtools | |
parent | 3d1c7581ff395fc373ca4b8bd8f65b540b37b12f (diff) | |
download | tdevelop-c8388916e47a7fdf453c5c83339c362bb016d140.tar.gz tdevelop-c8388916e47a7fdf453c5c83339c362bb016d140.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/autotools/kfilednddetailview.cpp | 2 | ||||
-rw-r--r-- | buildtools/autotools/kfiledndiconview.cpp | 2 | ||||
-rw-r--r-- | buildtools/qmake/projectconfigurationdlgbase.ui | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/buildtools/autotools/kfilednddetailview.cpp b/buildtools/autotools/kfilednddetailview.cpp index d3e86b33..745c65b0 100644 --- a/buildtools/autotools/kfilednddetailview.cpp +++ b/buildtools/autotools/kfilednddetailview.cpp @@ -207,6 +207,6 @@ void KFileDnDDetailView::setDnDEnabled( bool useDnD ){ viewport()->setAcceptDrops( useDnD ); } //----------------------------------------------- -#ifndef NO_INCLUDE_TQMOCFILES +#ifndef NO_INCLUDE_MOCFILES #include "kfilednddetailview.moc" #endif diff --git a/buildtools/autotools/kfiledndiconview.cpp b/buildtools/autotools/kfiledndiconview.cpp index d4cccdb8..7bf8a852 100644 --- a/buildtools/autotools/kfiledndiconview.cpp +++ b/buildtools/autotools/kfiledndiconview.cpp @@ -189,6 +189,6 @@ bool KFileDnDIconView::acceptDrag(TQDropEvent* e ) const { || e->action() == TQDropEvent::Link ); } //----------------------------------------------- -#ifndef NO_INCLUDE_TQMOCFILES +#ifndef NO_INCLUDE_MOCFILES #include "kfiledndiconview.moc" #endif diff --git a/buildtools/qmake/projectconfigurationdlgbase.ui b/buildtools/qmake/projectconfigurationdlgbase.ui index d2bc9f90..6f4bf0d9 100644 --- a/buildtools/qmake/projectconfigurationdlgbase.ui +++ b/buildtools/qmake/projectconfigurationdlgbase.ui @@ -1733,7 +1733,7 @@ <cstring>mocdir_label</cstring> </property> <property name="text"> - <string>TQMOC files:</string> + <string>MOC files:</string> </property> <property name="buddy" stdset="0"> <cstring>mocdir_url</cstring> |