From 88faa384d4c64abedd4e2e79b9da582426a57c83 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 24 Jan 2022 11:40:58 +0900 Subject: Designer: use global includes instead of includehints and remove duplicated include directives if found in UI files. Signed-off-by: Michele Calgaro (cherry picked from commit 2c9b915b8d6b3fb0bf21cc8b3bd7d91308691e9f) --- kdevdesigner/designer/resource.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'kdevdesigner/designer/resource.h') 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 &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; }; -- cgit v1.2.1