summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/display/chtmlwritedisplay.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:34 -0600
commit3b005fadaa25c84a914d6889714a6f476afb8187 (patch)
tree2c179209b0d86b06b650d81443dfdd2a4bfaab31 /bibletime/frontend/display/chtmlwritedisplay.h
parentb3e956791016cf9eb1bf6a2138066bdd4d4cab8a (diff)
downloadbibletime-3b005fadaa25c84a914d6889714a6f476afb8187.tar.gz
bibletime-3b005fadaa25c84a914d6889714a6f476afb8187.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit b3e956791016cf9eb1bf6a2138066bdd4d4cab8a.
Diffstat (limited to 'bibletime/frontend/display/chtmlwritedisplay.h')
-rw-r--r--bibletime/frontend/display/chtmlwritedisplay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/frontend/display/chtmlwritedisplay.h b/bibletime/frontend/display/chtmlwritedisplay.h
index c95ce4c..9058e4b 100644
--- a/bibletime/frontend/display/chtmlwritedisplay.h
+++ b/bibletime/frontend/display/chtmlwritedisplay.h
@@ -17,7 +17,7 @@
//TQt includes
#include <tqwidget.h>
-#include <textedit.h>
+#include <tqtextedit.h>
class CWriteWindow;
@@ -70,7 +70,7 @@ protected slots:
void slotFontChanged( const TQFont& );
/**
- * The text's alignment changed. Enable the right buttons.
+ * The text's tqalignment changed. Enable the right buttons.
*/
void slotAlignmentChanged( int );
/**