summaryrefslogtreecommitdiffstats
path: root/kdecore/kconfig_compiler/tests/test1main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kconfig_compiler/tests/test1main.cpp')
-rw-r--r--kdecore/kconfig_compiler/tests/test1main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kconfig_compiler/tests/test1main.cpp b/kdecore/kconfig_compiler/tests/test1main.cpp
index f55f54195..976a7bbd6 100644
--- a/kdecore/kconfig_compiler/tests/test1main.cpp
+++ b/kdecore/kconfig_compiler/tests/test1main.cpp
@@ -24,6 +24,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
int main( int, char*[] )
{
KInstance i("test");
- Test1 *t = new Test1( QString::null, QString::null );
+ Test1 *t = new Test1( TQString::null, TQString::null );
delete t;
}