summaryrefslogtreecommitdiffstats
path: root/src/qt_rc_style.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit0a404f40f6dafde84ba50c0cfbfa8ef787aa4406 (patch)
tree68059710855f93361a4090d7805deab1aace4faa /src/qt_rc_style.h
parentb3f402e993cca89ccb6cee3f2cda52cc2eacc39d (diff)
downloadgtk-qt-engine-0a404f40f6dafde84ba50c0cfbfa8ef787aa4406.tar.gz
gtk-qt-engine-0a404f40f6dafde84ba50c0cfbfa8ef787aa4406.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/qt_rc_style.h')
-rw-r--r--src/qt_rc_style.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt_rc_style.h b/src/qt_rc_style.h
index e88a167..f1ff906 100644
--- a/src/qt_rc_style.h
+++ b/src/qt_rc_style.h
@@ -14,12 +14,12 @@ extern GType qtengine_type_rc_style;
struct _TQtEngineRcStyle
{
- GtkRcStyle tqparent_instance;
+ GtkRcStyle parent_instance;
};
struct _TQtEngineRcStyleClass
{
- GtkRcStyleClass tqparent_class;
+ GtkRcStyleClass parent_class;
};
void qtengine_rc_style_register_type (GTypeModule *module);