diff options
Diffstat (limited to 'ksim/themeprefs.cpp')
-rw-r--r-- | ksim/themeprefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/themeprefs.cpp b/ksim/themeprefs.cpp index 9ab7f60..b0218d4 100644 --- a/ksim/themeprefs.cpp +++ b/ksim/themeprefs.cpp @@ -81,7 +81,7 @@ KSim::ThemePrefs::ThemePrefs(TQWidget *parent, const char *name) this, TQT_SLOT(openURL(const TQString &))); m_themeLayout->addMultiCellWidget(m_urlLabel, 1, 1, 0, 4); - m_line = new KSeparator(Qt::Horizontal, this); + m_line = new KSeparator(TQt::Horizontal, this); m_themeLayout->addMultiCellWidget(m_line, 2, 2, 0, 4); m_authorLabel = new TQLabel(this); |