summaryrefslogtreecommitdiffstats
path: root/sip/qt/qtextedit.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qtextedit.sip')
-rw-r--r--sip/qt/qtextedit.sip35
1 files changed, 0 insertions, 35 deletions
diff --git a/sip/qt/qtextedit.sip b/sip/qt/qtextedit.sip
index 81cf063..ef0f80c 100644
--- a/sip/qt/qtextedit.sip
+++ b/sip/qt/qtextedit.sip
@@ -83,8 +83,6 @@ the <Literal>paraFrom</Literal>, <Literal>indexFrom</Literal>,
%End
-%If (TQt_3_0_0 -)
-
// These aren't part of the public API in the TQt3 beta, so define them as
// opaque for the moment.
@@ -110,28 +108,22 @@ public:
AtWordBoundary,
Anywhere,
AtWhiteSpace,
-%If (TQt_3_1_0 -)
AtWordOrDocumentBoundary
-%End
};
-%If (TQt_3_1_0 -)
enum AutoFormatting {
AutoNone,
AutoBulletList,
AutoAll
};
-%End
enum KeyboardAction {
ActionBackspace,
ActionDelete,
ActionReturn,
ActionKill,
-%If (TQt_3_1_0 -)
ActionWordBackspace,
ActionWordDelete
-%End
};
enum CursorAction {
@@ -155,13 +147,11 @@ public:
AlignSubScript
};
-%If (TQt_3_1_0 -)
enum TextInsertionFlags {
RedoIndentation,
CheckNewLines,
RemoveSelected
};
-%End
TQTextEdit(const TQString &,const TQString & = TQString::null,
TQWidget * /TransferThis/ = 0,const char * = 0);
@@ -226,9 +216,7 @@ public:
int tabStopWidth() const;
TQString anchorAt(const TQPoint &);
-%If (TQt_3_1_0 -)
TQString anchorAt(const TQPoint &,AnchorAttribute);
-%End
TQSize sizeHint() const;
@@ -244,9 +232,7 @@ public:
int pointSize() const;
TQColor color() const;
TQFont font() const;
-%If (TQt_3_1_0 -)
TQFont currentFont() const;
-%End
int alignment() const;
int undoDepth() const;
@@ -263,7 +249,6 @@ public:
bool isUndoRedoEnabled() const;
bool eventFilter(TQObject *,TQEvent *);
-%If (TQt_3_1_0 -)
bool tabChangesFocus() const;
// TQt defines the following as uint rather than int because it uses the
@@ -274,10 +259,7 @@ public:
// and let the compiler handle it.
void setAutoFormatting(int);
int autoFormatting() const;
-%End
-%If (TQt_3_3_0 -)
TQSyntaxHighlighter *syntaxHighlighter() const;
-%End
public slots:
void setEnabled(bool);
@@ -347,13 +329,8 @@ public slots:
virtual void scrollToBottom();
-%If (TQt_3_1_0 -)
void insert(const TQString &,uint = CheckNewLines | RemoveSelected);
virtual void insert(const TQString &,bool,bool = 1,bool = 1);
-%End
-%If (- TQt_3_1_0)
- virtual void insert(const TQString &,bool = 0,bool = 1,bool = 1);
-%End
virtual void insertAt(const TQString &,int,int);
virtual void removeParagraph(int);
virtual void insertParagraph(const TQString &,int);
@@ -362,15 +339,11 @@ public slots:
virtual void clearParagraphBackground(int);
virtual void setUndoRedoEnabled(bool);
-%If (TQt_3_1_0 -)
void setTabChangesFocus(bool);
void polish();
-%End
-%If (TQt_3_2_0 -)
void setMaxLogLines(int);
int maxLogLines();
-%End
signals:
void textChanged();
@@ -386,10 +359,8 @@ signals:
void cursorPositionChanged(int,int);
void returnPressed();
void modificationChanged(bool);
-%If (TQt_3_1_0 -)
void clicked(int,int);
void doubleClicked(int,int);
-%End
protected:
void repaintChanged();
@@ -424,14 +395,8 @@ protected:
protected slots:
virtual void doChangeInterval();
-%If (TQt_3_1_0 -)
void sliderReleased();
-%End
private:
-%If (TQt_3_1_0 -)
TQTextEdit(const TQTextEdit &);
-%End
};
-
-%End