diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qtoolbox.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qtoolbox.cpp')
-rw-r--r-- | src/widgets/qtoolbox.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/widgets/qtoolbox.cpp b/src/widgets/qtoolbox.cpp index dd7d59e8c..05793a7de 100644 --- a/src/widgets/qtoolbox.cpp +++ b/src/widgets/qtoolbox.cpp @@ -38,23 +38,23 @@ ** **********************************************************************/ -#include "qtoolbox.h" +#include "ntqtoolbox.h" #ifndef QT_NO_TOOLBOX -#include <qbutton.h> -#include <qlayout.h> -#include <qscrollview.h> -#include <qpainter.h> -#include <qstyle.h> -#include <qobjectlist.h> -#include <qapplication.h> -#include <qwidgetlist.h> -#include <qlayout.h> -#include <qvaluelist.h> -#include <qtooltip.h> -#include <qeventloop.h> -#include <qdatetime.h> +#include <ntqbutton.h> +#include <ntqlayout.h> +#include <ntqscrollview.h> +#include <ntqpainter.h> +#include <ntqstyle.h> +#include <ntqobjectlist.h> +#include <ntqapplication.h> +#include <ntqwidgetlist.h> +#include <ntqlayout.h> +#include <ntqvaluelist.h> +#include <ntqtooltip.h> +#include <ntqeventloop.h> +#include <ntqdatetime.h> class TQToolBoxButton : public TQButton { |