summaryrefslogtreecommitdiffstats
path: root/khtml/khtmlview.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 03:45:53 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 03:45:53 +0000
commit10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch)
tree4bc444c00a79e88105f2cfce5b6209994c413ca0 /khtml/khtmlview.h
parent307136d8eef0ba133b78ceee8e901138d4c996a1 (diff)
downloadtdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz
tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip
Revert automated changes
Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khtml/khtmlview.h')
-rw-r--r--khtml/khtmlview.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/khtml/khtmlview.h b/khtml/khtmlview.h
index 46fe457ff..a79eff17f 100644
--- a/khtml/khtmlview.h
+++ b/khtml/khtmlview.h
@@ -162,7 +162,7 @@ public:
/**
* ensure the display is up to date
*/
- void tqlayout(); // KDE 4.0: make private
+ void layout(); // KDE 4.0: make private
/**
* Display all accesskeys in small tooltips
*/
@@ -172,15 +172,15 @@ public:
signals:
/**
- * This signal is used for internal tqlayouting. Don't use it to check if rendering finished.
+ * This signal is used for internal layouting. Don't use it to check if rendering finished.
* Use @ref KHTMLPart completed() signal instead.
*/
void finishedLayout();
void cleared();
void zoomView( int );
void hideAccessKeys();
- void tqrepaintAccessKeys();
- void tqfindAheadActive( bool );
+ void repaintAccessKeys();
+ void findAheadActive( bool );
//#define NO_SMOOTH_SCROLL_HACK
#ifndef NO_SMOOTH_SCROLL_HACK
public slots:
@@ -231,12 +231,12 @@ protected slots:
#ifndef NO_SMOOTH_SCROLL_HACK
void scrollTick();
#else
- void scrollTick() {}; // tqmoc cannot handle #if
+ void scrollTick() {}; // moc cannot handle #if
#endif
private slots:
void tripleClickTimeout();
- void tqfindTimeout();
+ void findTimeout();
void accessKeysTimeout();
/**
@@ -248,8 +248,8 @@ private slots:
private:
- void scheduleRetqlayout(khtml::RenderObject* clippedObj=0);
- void unscheduleRetqlayout();
+ void scheduleRelayout(khtml::RenderObject* clippedObj=0);
+ void unscheduleRelayout();
void scheduleRepaint(int x, int y, int w, int h, bool asap=false);
void unscheduleRepaint();
@@ -329,7 +329,7 @@ private:
void complete( bool pendingAction );
#ifndef KHTML_NO_TYPE_AHEAD_FIND
- void tqfindAhead(bool increase);
+ void findAhead(bool increase);
void updateFindAheadTimeout();
void startFindAhead( bool linksOnly );
#endif // KHTML_NO_TYPE_AHEAD_FIND
@@ -384,8 +384,8 @@ private:
*
* These operations are executed unconditionally, regardless of the
* focus, and the caret display policy.
- * @param forceRepaint @p true to force an immediate tqrepaint, otherwise
- * do a scheduled tqrepaint
+ * @param forceRepaint @p true to force an immediate repaint, otherwise
+ * do a scheduled repaint
*/
void showCaret(bool forceRepaint = false);
/** makes the caret invisible, but does not influence the frequency timer.