Rename common header files for consistency with class renaming

pull/1/head
Timothy Pearson 11 years ago
parent f92f05528c
commit 5c21a29495

@ -23,7 +23,7 @@
* Boston, MA 02110-1301, USA.
*/
#include "qtc_kstyle.h"
#include "qtc_tdestyle.h"
#include <tqapplication.h>
#include <tqbitmap.h>
@ -1740,4 +1740,4 @@ void TQtCTDEStyle::virtual_hook( int, void* )
// vim: set noet ts=4 sw=4:
// kate: indent-width 4; replace-tabs off; tab-width 4; space-indent off;
#include "qtc_kstyle.moc"
#include "qtc_tdestyle.moc"

@ -6560,7 +6560,7 @@ TQRect QtCurveStyle::querySubControlMetrics(TQ_ComplexControl control, const TQS
}
case CC_ScrollBar:
{
// Taken from kstyle.cpp, and modified so as to allow for no scrollbar butttons...
// Taken from tdestyle.cpp, and modified so as to allow for no scrollbar butttons...
bool threeButtonScrollBar(SCROLLBAR_KDE==opts.scrollbarType),
platinumScrollBar(SCROLLBAR_PLATINUM==opts.scrollbarType),
nextScrollBar(SCROLLBAR_NEXT==opts.scrollbarType),

@ -52,10 +52,10 @@
#include "config.h"
#ifdef TQTC_TQT_ONLY
#include "tqtc_kstyle.h"
#include "tqtc_tdestyle.h"
#else
#include <tdeversion.h>
#include <kstyle.h>
#include <tdestyle.h>
#endif
#include <tqcolor.h>
#include <tqpoint.h>

Loading…
Cancel
Save