From fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:18:11 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- tdeui/kxmlguifactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/kxmlguifactory.cpp') diff --git a/tdeui/kxmlguifactory.cpp b/tdeui/kxmlguifactory.cpp index a8c437571..7aa427937 100644 --- a/tdeui/kxmlguifactory.cpp +++ b/tdeui/kxmlguifactory.cpp @@ -125,7 +125,7 @@ TQString KXMLGUIFactory::readConfigFile( const TQString &filename, bool never_nu return TQString::null; } -#if QT_VERSION <= 0x030302 +#if TQT_VERSION <= 0x030302 // Work around bug in TQString::fromUtf8 (which calls strlen). TQByteArray buffer(file.size() + 1); buffer = file.readAll(); -- cgit v1.2.1