summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/document/katedocument.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/tinykate/libkate/document/katedocument.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/document/katedocument.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/noncore/apps/tinykate/libkate/document/katedocument.h b/noncore/apps/tinykate/libkate/document/katedocument.h
index 9d8ec6a..969be87 100644
--- a/noncore/apps/tinykate/libkate/document/katedocument.h
+++ b/noncore/apps/tinykate/libkate/document/katedocument.h
@@ -8,3 +8,3 @@
jowenn@kde.org
-
+
***************************************************************************/
@@ -78,3 +78,3 @@ public:
if (!wa) {
- // qDebug("create row: %d",row);
+ // odebug << "create row: " << row << oendl;
wa=warray[row]=new short[256];
@@ -181,3 +181,3 @@ class KateDocument: public Kate::Document
void remove_Line(int line,bool update=true);
- void replaceLine(const QString& s,int line=-1);
+ void replaceLine(const QString& s,int line=-1);
virtual void insertAt( const QString &s, int line, int col, bool mark = FALSE );
@@ -536,4 +536,4 @@ class KateDocument: public Kate::Document
};
-
-
+
+
// BCI: Add a real d-pointer in the next BIC release
@@ -544,3 +544,3 @@ static void cleanup_d_ptr()
}
-
+
KateDocPrivate* d( const KateDocument* foo )
@@ -558,3 +558,3 @@ KateDocPrivate* d( const KateDocument* foo )
}
-
+
void delete_d( const KateDocument* foo )