summaryrefslogtreecommitdiffstats
path: root/src/kile/docpart.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:10:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:10:00 -0600
commitd2b1a22452871a84b2fdf2b3dbf7df5db8548068 (patch)
treea65ede317cff0ac48da8a62e025f1111d5adcb5f /src/kile/docpart.h
parent455b6d51833aba47992f7202e924defcc45c9828 (diff)
downloadkile-d2b1a22452871a84b2fdf2b3dbf7df5db8548068.tar.gz
kile-d2b1a22452871a84b2fdf2b3dbf7df5db8548068.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/kile/docpart.h')
-rw-r--r--src/kile/docpart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kile/docpart.h b/src/kile/docpart.h
index 045e35f..8835f55 100644
--- a/src/kile/docpart.h
+++ b/src/kile/docpart.h
@@ -37,7 +37,7 @@ public slots:
void addToHistory( const TQString & url );
signals:
- void updatetqStatus( bool back, bool forward );
+ void updateStatus( bool back, bool forward );
protected:
virtual void urlSelected( const TQString &url, int button=0, int state=0,const TQString &_target= TQString(), KParts::URLArgs args = KParts::URLArgs());