From a9fed73a2212beaaece52394a9fc5225152eeec3 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: 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/kgtk-qt3@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- gtk2/kgtk2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2') diff --git a/gtk2/kgtk2.c b/gtk2/kgtk2.c index 84941dd..0fa934b 100644 --- a/gtk2/kgtk2.c +++ b/gtk2/kgtk2.c @@ -543,7 +543,7 @@ typedef struct _GtkFilePath GtkFilePath; typedef struct _GtkFileSystemModel GtkFileSystemModel; struct _GtkFileFilter { - GtkObject tqparent_instance; + GtkObject parent_instance; gchar *name; GSList *rules; -- cgit v1.2.1