diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-13 16:04:01 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-13 16:04:01 -0500 |
commit | db0c7b24cfa766aa88a8c0d7dfdae16f346033a0 (patch) | |
tree | e0eb289e5e98256398813a1fde5d99a4086c0af3 /lib/tdeqt4converter.h | |
parent | 2624ef7e332e99316a26b16cf8c3f0043017edf1 (diff) | |
download | qt4-tqt-theme-engine-db0c7b24cfa766aa88a8c0d7dfdae16f346033a0.tar.gz qt4-tqt-theme-engine-db0c7b24cfa766aa88a8c0d7dfdae16f346033a0.zip |
Speed up theme engine
Diffstat (limited to 'lib/tdeqt4converter.h')
-rw-r--r-- | lib/tdeqt4converter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tdeqt4converter.h b/lib/tdeqt4converter.h index 74ec770..bea9035 100644 --- a/lib/tdeqt4converter.h +++ b/lib/tdeqt4converter.h @@ -84,6 +84,7 @@ QBrush convertTQt3ToQt4Brush(TQBrush tqt3brush); TQBrush convertQt4ToTQt3Brush(QBrush qt4brush); QPalette convertTQt3ToQt4Palette(TQPalette tqt3palette); TQPalette convertQt4ToTQt3Palette(QPalette qt4palette); +QFont convertTQt3ToQt4Font(TQFont qt3font); TQStyle::SFlags convertQt4ToTQt3SFlags(QStyle::State qt4stateflags, TQt3WidgetType wt); #endif // TDEQT4CONVERTER_H
\ No newline at end of file |