summaryrefslogtreecommitdiffstats
path: root/src/preamble.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preamble.h')
-rw-r--r--src/preamble.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preamble.h b/src/preamble.h
index fc6da9d..506096c 100644
--- a/src/preamble.h
+++ b/src/preamble.h
@@ -32,18 +32,18 @@ namespace BibTeX
{
public:
Preamble( );
- Preamble( const QString& text );
+ Preamble( const TQString& text );
Preamble( Preamble *other );
virtual ~Preamble();
Value *value() const;
void setValue( Value *value );
- bool containsPattern( const QString& pattern, EntryField::FieldType fieldType = EntryField::ftUnknown, FilterType filterType = BibTeX::Element::ftExact, bool caseSensitive = FALSE ) const;
+ bool containsPattern( const TQString& pattern, EntryField::FieldType fieldType = EntryField::ftUnknown, FilterType filterType = BibTeX::Element::ftExact, bool caseSensitive = FALSE ) const;
Element* clone();
void copyFrom( Preamble *other );
- QString text() const;
+ TQString text() const;
private:
Value *m_value;