~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to khtml/html/html_documentimpl.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-03-03 00:25:28 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120303002528-chhwyfluldkicy5k
Tags: 4:4.8.1-0ubuntu1
* New upstream release
  - Update symbol files

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    m_determineParseMode = false;
67
67
 
68
68
/* dynamic history stuff to be fixed later (pfeiffer)
69
 
    connect( KHTMLGlobal::vLinks(), SIGNAL( removed( const QString& )),
70
 
             SLOT( slotHistoryChanged() ));
 
69
    connect( KHTMLGlobal::vLinks(), SIGNAL(removed(QString)),
 
70
             SLOT(slotHistoryChanged()));
71
71
*/
72
 
    connect( KHTMLGlobal::vLinks(), SIGNAL( inserted( const QString& ) ),
73
 
             SLOT( slotHistoryChanged() ));
74
 
    connect( KHTMLGlobal::vLinks(), SIGNAL( cleared()),
75
 
             SLOT( slotHistoryChanged() ));
 
72
    connect( KHTMLGlobal::vLinks(), SIGNAL(inserted(QString)),
 
73
             SLOT(slotHistoryChanged()));
 
74
    connect( KHTMLGlobal::vLinks(), SIGNAL(cleared()),
 
75
             SLOT(slotHistoryChanged()));
76
76
}
77
77
 
78
78
HTMLDocumentImpl::~HTMLDocumentImpl()