summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/resource.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-01-24 11:40:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-24 11:40:58 +0900
commit2c9b915b8d6b3fb0bf21cc8b3bd7d91308691e9f (patch)
tree7d78d8cbb9fcf31bf4760e1d75979e9ae247e884 /kdevdesigner/designer/resource.h
parent8a04ff90bd798531ed0af82aa34b11d6190202d5 (diff)
downloadtdevelop-2c9b915b8d6b3fb0bf21cc8b3bd7d91308691e9f.tar.gz
tdevelop-2c9b915b8d6b3fb0bf21cc8b3bd7d91308691e9f.zip
Designer: use global includes instead of includehints and remove duplicated include directives if found in UI files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdevdesigner/designer/resource.h')
-rw-r--r--kdevdesigner/designer/resource.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kdevdesigner/designer/resource.h b/kdevdesigner/designer/resource.h
index 06598254..4926e004 100644
--- a/kdevdesigner/designer/resource.h
+++ b/kdevdesigner/designer/resource.h
@@ -103,7 +103,6 @@ private:
void saveColor( TQTextStream &ts, int indent, const TQColor &c );
void saveMetaInfoBefore( TQTextStream &ts, int indent );
void saveMetaInfoAfter( TQTextStream &ts, int indent );
- void saveIncludeHints( TQTextStream &ts, int indent );
void savePixmap( const TQPixmap &p, TQTextStream &ts, int indent, const TQString &tagname = "pixmap" );
void saveActions( const TQPtrList<TQAction> &actions, TQTextStream &ts, int indent );
void saveChildActions( TQAction *a, TQTextStream &ts, int indent );
@@ -157,7 +156,6 @@ private:
TQString currFileName;
LanguageInterface *langIface;
bool hasFunctions;
- TQStringList includeHints;
TQString uiFileVersion;
};