summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoUserStyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoUserStyle.cpp')
-rw-r--r--lib/kotext/KoUserStyle.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kotext/KoUserStyle.cpp b/lib/kotext/KoUserStyle.cpp
index 1dc92a9e..33de3421 100644
--- a/lib/kotext/KoUserStyle.cpp
+++ b/lib/kotext/KoUserStyle.cpp
@@ -19,17 +19,17 @@
#include "KoUserStyle.h"
#include <klocale.h>
-KoUserStyle::KoUserStyle( const QString & name )
+KoUserStyle::KoUserStyle( const TQString & name )
: m_name( name ), m_displayName( i18n( "Style name", name.utf8() ) )
{
}
-QString KoUserStyle::displayName() const
+TQString KoUserStyle::displayName() const
{
return m_displayName;
}
-void KoUserStyle::setDisplayName( const QString& name )
+void KoUserStyle::setDisplayName( const TQString& name )
{
m_displayName = name;
}