diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:21:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:21:06 -0600 |
commit | 7d18baa666593a494ceea480732a8540ba471fe5 (patch) | |
tree | 1c656ba0da61a3bfcf4c4de730e66322865844fe /lib/kofficecore/tests/kooasissettingstest.cpp | |
parent | 951839808408bed4165fc025dbf00caf59ea319b (diff) | |
download | koffice-7d18baa666593a494ceea480732a8540ba471fe5.tar.gz koffice-7d18baa666593a494ceea480732a8540ba471fe5.zip |
Rename additional global TQt functions
Diffstat (limited to 'lib/kofficecore/tests/kooasissettingstest.cpp')
-rw-r--r-- | lib/kofficecore/tests/kooasissettingstest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/tests/kooasissettingstest.cpp b/lib/kofficecore/tests/kooasissettingstest.cpp index a60fbd86..4f637ff1 100644 --- a/lib/kofficecore/tests/kooasissettingstest.cpp +++ b/lib/kofficecore/tests/kooasissettingstest.cpp @@ -34,7 +34,7 @@ void testParseConfigItemString( KoOasisSettings& settings ) { KoOasisSettings::Items viewSettings = settings.itemSet( "view-settings" ); const TQString unit = viewSettings.parseConfigItemString( "unit" ); - qDebug( "%s", unit.latin1() ); + tqDebug( "%s", unit.latin1() ); assert( unit == "mm" ); kdDebug() << "testParseConfigItemString OK" << endl; } |