summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/latex/latexpreferences.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/latex/latexpreferences.cpp')
-rw-r--r--kopete/plugins/latex/latexpreferences.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/latex/latexpreferences.cpp b/kopete/plugins/latex/latexpreferences.cpp
index e7396282..ff02c831 100644
--- a/kopete/plugins/latex/latexpreferences.cpp
+++ b/kopete/plugins/latex/latexpreferences.cpp
@@ -30,8 +30,8 @@
typedef KGenericFactory<LatexPreferences> LatexPreferencesFactory;
K_EXPORT_COMPONENT_FACTORY( kcm_kopete_latex, LatexPreferencesFactory( "kcm_kopete_latex" ) )
-LatexPreferences::LatexPreferences(TQWidget *tqparent, const char* /*name*/, const TQStringList &args)
- : KCModule(LatexPreferencesFactory::instance(), tqparent, args)
+LatexPreferences::LatexPreferences(TQWidget *parent, const char* /*name*/, const TQStringList &args)
+ : KCModule(LatexPreferencesFactory::instance(), parent, args)
{
( new TQVBoxLayout( this ) )->setAutoAdd( true );
m_preferencesDialog = new LatexPrefsUI(this);