diff options
Diffstat (limited to 'libtdepim/embeddedurlpage.cpp')
-rw-r--r-- | libtdepim/embeddedurlpage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/embeddedurlpage.cpp b/libtdepim/embeddedurlpage.cpp index 3c32f8324..7a459530c 100644 --- a/libtdepim/embeddedurlpage.cpp +++ b/libtdepim/embeddedurlpage.cpp @@ -41,8 +41,8 @@ EmbeddedURLPage::EmbeddedURLPage( const TQString &url, const TQString &mimetype, void EmbeddedURLPage::initGUI( const TQString &url, const TQString &/*mimetype*/ ) { - TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); - tqlayout->setAutoAdd( true ); + TQVBoxLayout *layout = new TQVBoxLayout( this ); + layout->setAutoAdd( true ); new TQLabel( i18n("Showing URL %1").arg( url ), this ); } |